google.golang.org/grpc/internal/transport.bdpEstimator.rtt (field)

6 uses

	google.golang.org/grpc/internal/transport (current package)
		bdp_estimator.go#L67: 	rtt float64
		bdp_estimator.go#L114: 		b.rtt += (rttSample - b.rtt) / float64(b.sampleCount)
		bdp_estimator.go#L117: 		b.rtt += (rttSample - b.rtt) * float64(alpha)
		bdp_estimator.go#L122: 	bwCurrent := float64(b.sample) / (b.rtt * float64(1.5))